(makefile-mode): Fix typo in autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Wed, 14 Apr 1993 19:47:05 +0000 (19:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 14 Apr 1993 19:47:05 +0000 (19:47 +0000)
lisp/progmodes/make-mode.el

index 92b3a9d75e177fc4dc66e9f448265eacc61b026a..928f8243b3b1b609b710f71b1f6d5dc92eded0dc 100644 (file)
@@ -6,7 +6,7 @@
 ;; Adapted-By: ESR
 ;; Keywords: unix, tools
 
-;; $Id: makefile.el,v 1.4 1993/03/22 03:27:18 eric Exp eric $
+;; $Id: makefile.el,v 1.5 1993/03/28 06:24:54 eric Exp rms $
 
 ;; This file is part of GNU Emacs.
 
@@ -313,7 +313,7 @@ This is used in the function makefile-insert-gmake-function .")
 ;;; The mode function itself.
 ;;; ------------------------------------------------------------
 
-;;;#autoload
+;;;###autoload
 (defun makefile-mode ()
   "Major mode for editing Makefiles.
 Calling this function invokes the function(s) \"makefile-mode-hook\" before